home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / PowerPlant / CExep / CExeption.note < prev   
Encoding:
Text File  |  1997-01-27  |  1.1 KB  |  38 lines  |  [TEXT/CWIE]

  1. CExeption
  2. =========
  3.  
  4. Description and Notes
  5. ---------------------
  6. CExeption is PowerPlant abstract base class.
  7. This class can be used when your application have to support
  8. exeption processing.
  9. It can:
  10.     - process the exeption (method Process)
  11.     - show alert (method Alert)
  12.  
  13. You should make by Constructorâ„¢ LDialogBox object. Resource ID
  14. of this object you are to pass to Alert method. You should over-
  15. load method CastomAlert to initialize your captions or something
  16. alse. The CastomAlert method called after FinishCreateSelf of
  17. the dialog and before Show it.
  18. Methods ExplaneType and ExplaneCode can be usefull in CastomAlert.
  19.  
  20. Attention!
  21.     LDialogBox object must can close self. Simplest way to imple-
  22.     ment it - put LStdButton into the dialog and assign this
  23.     button message cmd_Close (4).
  24.  
  25. Copyright Notice
  26. ----------------
  27. This code is copyright (c)1996, Sunbay Development Group.
  28. All rights reserved.
  29.  
  30. You are free to use this code in any project, but the copyright
  31. remains with Sunbay Development Group.
  32.  
  33.  
  34. Author
  35. ------
  36.     Written by:   Michael Krivoruchko
  37.     Internet:     mike@sunbay.crimea.ua
  38.